Std MergeProjects/ru

Std MergeProjects

Расположение в меню
Файл → Объединить проект
Верстаки
All
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Описание

Команда "Объединить проект..." добавляет содержимое FreeCAD файла в текущий документ.

Применение

  1. Select the File → Merge document... option from the menu.
  2. Select a FreeCAD file in the dialog box.
  3. Press the Open button.

Опции

Примечания

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

To merge a project use the mergeProject method of the document object.

import FreeCAD

FreeCAD.ActiveDocument.mergeProject("Path_to_FCStd_project_file")